home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / NGService / NGService.nib / data.classes next >
Encoding:
Text File  |  1992-08-10  |  197 b   |  16 lines

  1. Controller = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     print:;
  5.     };
  6.     OUTLETS = {
  7.     myScrollView;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16.